PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFGraphicAlign Enumeration
In This Topic
    PDFGraphicAlign Enumeration
    In This Topic
    Specifies the available align modes for content relative to a parent container.
    Members
    MemberDescription
    CENTERContent is centered on horizontal or aligned at middle on the vertical.
    FARContent is aligned to the right on horizontal or at bottom on the vertical.
    NEARContent is aligned to the left on horizontal or at top on the vertical.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.PDFGraphicAlign

    See Also